home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / gfx / show / h8ilbm.lha / h8ilbm / src / smakefile < prev   
Makefile  |  2000-12-16  |  136b  |  11 lines

  1.  
  2. h8ilbm: h8ilbm.o render.o
  3.     sc link h8ilbm.o render.o  to h8ilbm
  4.  
  5. h8ilbm.o: h8ilbm.c
  6.     sc h8ilbm.c
  7.  
  8. render.o: render.asm
  9.     sc render.asm
  10.  
  11.